home *** CD-ROM | disk | FTP | other *** search
- REM
- REM PC Pitstop system repair script V2.2 (01/12/2008)
- REM
-
- cd /d %windir%\System32
-
- regsvr32 /s actxprxy.dll
- regsvr32 /s browseui.dll
- regsvr32 /s browsewm.dll
- regsvr32 /s comcat.dll
- regsvr32 /s cryptdlg.dll
- regsvr32 /s dispex.dll
- regsvr32 /s dssenh.dll
- regsvr32 /s msxml.dll
- regsvr32 /s gpkcsp.dll
- regsvr32 /s jscript.dll
- regsvr32 /s mshtmled.dll
- regsvr32 /s msxml3.dll
- regsvr32 /s ole32.dll
- regsvr32 /s oleaut32.dll
- regsvr32 /s occache.dll
- regsvr32 /s scrrun.dll
- regsvr32 /s scrobj.dll
- regsvr32 /s shdocvw.dll
- regsvr32 /s softpub.dll
- regsvr32 /s urlmon.dll
- regsvr32 /s wintrust.dll
- regsvr32 /s wshom.ocx
- regsvr32 /s wshext.dll
-
-
- cd /d %windir%\System32\wbem
- if not exist wbemcore.dll goto NOWMI
- for %%i in (*.dll) do regsvr32 /s %%i
- goto HASWMI
- :NOWMI
- echo WMI is not installed!
- :HASWMI
-
- net start winmgmt
-
- pause
- exit /b 0